home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / dema / crysis_sp_demo.exe / AllOth~1.cab / shaders.pak / Shaders / VolumeObject.ext < prev    next >
Encoding:
Text File  |  2007-09-27  |  1.0 KB  |  42 lines

  1. ////////////////////////////////////////////////////////////////////////////
  2. //
  3. //  Crytek Engine Source File.
  4. //  Shader extension
  5. //  Copyright (C), Crytek Studios, 2001-2004.
  6. // -------------------------------------------------------------------------
  7. //  File name:   VolumeObject.ext
  8. //  Version:     v1.00
  9. //  Created:     23/7/2007 by Carsten Wenzel.
  10. //  Compilers:   
  11. //  Description: 
  12. // -------------------------------------------------------------------------
  13. //  History:
  14. //
  15. ////////////////////////////////////////////////////////////////////////////
  16.  
  17.  
  18.  
  19. Version (1.00)
  20.  
  21. Property
  22. {
  23.   Name = %SOFT_OBJECT_INTERSECTION
  24.   Mask = 0x1
  25.   Property    (Soft Intersections)
  26.   Description (Enabled soft intersections with opaque scene geometry)
  27. }
  28. Property
  29. {
  30.   Name = %BACK_LIGHTING
  31.   Mask = 0x2
  32.   Property    (Back Lighting)
  33.   Description (Adds back lighting to volume silhouette when view against sun)
  34. }
  35. Property
  36. {
  37.   Name = %USE_SM30
  38.   Mask = 0x4
  39.   DependencySet = $HW_SM30
  40.   DependencyReset = $HW_SM30
  41.   Hidden
  42. }